home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / basic / vbrc10.zip / README.TXT < prev    next >
Text File  |  1992-08-12  |  2KB  |  53 lines

  1.                 VBRC
  2.  
  3. Summary:
  4. --------
  5.  
  6. VBRC10.ZIP  -  Generates Dialog Templates from Visual Basic Forms.
  7.  
  8.  
  9. Purpose:
  10. --------
  11.  
  12. VBRC reads VisBasic FORMs and generates Dialog Templates, which
  13. are (*.dlg) text files ready for RC resource compilation.
  14.  
  15. VBRC was designed to allow developers a much needed path for 
  16. porting VisBasic apps to other languages such as C, C++, PASCAL, 
  17. etc. 
  18.  
  19. The developer can expect to save nearly all the time required in
  20. porting VisBasic FORM layouts to dialog boxes. This is the scope 
  21. of the current release, VBRC 1.0.
  22.  
  23.  
  24. Files:
  25. ------
  26.  
  27. vbrc.exe    Application executable.
  28. vbrc.dll    Application DLL.
  29. vbrc.hlp    Hypertext help file, in Windows help engine format.
  30. commdlg.dll    Windows common dialog box DLL for < Win 3.1 users.
  31. register.txt    Registration form.
  32. readme.txt    This file.
  33.  
  34. TEST.EXE files:
  35. ---------------
  36.  
  37. The following is a test program for checking results of FORM 
  38. translations. Requires Windows compatible resource compiler, but 
  39. is not essential to the operation of VBRC. See VBRC.HLP for build 
  40. instructions.
  41.  
  42. test.exe    Test executable. Displays a dialog box when run.
  43. test.rc        User edits this file to include a VBRC FORM.
  44. test.ico    Icon file.
  45. testmake.bat    Re-builds TEST.EXE based on your new *.dlg file.
  46. form1.dlg    Sample output from VBRC, gets compiled into TEST.EXE.
  47. form1.mak    Sample VB project. Has one form to practice on.
  48. form1.frm    Sample VB form. 
  49. form1.exe    Sample VB executable, created from form1.mak.
  50.  
  51.  
  52. VBRC (c) Boru Engineering, Inc. 1992
  53.